WARNING! NEEDS CAREFUL DEPLOYMENT
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 3 Oct 2007 08:46:17 +0000 (08:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 3 Oct 2007 08:46:17 +0000 (08:46 +0000)
commit353f203ce222063dbd127b647b9366b5d97b3535
tree21127236620c423ccb7fbf2e4b29b9ccb347de87
parent73ebcdc97756aeccee6854d059442ad9f1fc23dc
WARNING! NEEDS CAREFUL DEPLOYMENT
* Bug 9213: Fixed the plainly broken user_newtalk updating and caching scheme. I tried to keep my changes roughly performance-neutral, but the update on Wikimedia should be watched carefully for performance problems.
* Made UserMailer a class, use the autoloader to load it
* General UserMailer refactoring
* If the user has email-on-newtalk enabled, send them an email for every change, not just the first one before they view the page again.
* Don't add a watchlist entry automatically on change of user talk page
includes/AutoLoader.php
includes/JobQueue.php
includes/RecentChange.php
includes/User.php
includes/UserMailer.php